home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / searchtools / README < prev    next >
Text File  |  1994-08-01  |  3KB  |  69 lines

  1.  
  2.                    ~4Dgifts/toolbox/searchtools README
  3.  
  4.  
  5.     this directory contains files to assist in various approaches to 
  6.     tree-searching/sifting.  their categorization breaks down as follows:
  7.  
  8.  
  9.   ~4Dgifts/toolbox/findfuncs is a pointer to refjoin.  refjoin is the script 
  10.   providing a search/sift/join capacity to functions.INDEX (generated by 
  11.   getobjs), which contains a listing of all the library functions used by 
  12.   programs in the public, lib and src subtrees.
  13.   ----------------------------------------------------------------------------
  14.     getobjs*          Dave Olson's script generates list of all lib. funcs.
  15.     functions.INDEX   file generated by getobjs.
  16.     look*             used to find/print the functions fed to findfuncs
  17.     look.c            src to look
  18.     look.man          man page for look
  19.     refjoin*          script to sift functions.INDEX
  20.     ../findfuncs.README   provides more details to ~4Dgifts/toolbox/findfuncs
  21.  
  22.  
  23.  
  24.   ~4Dgifts/toolbox/sifttree is a script to fire up oksvr followed by oasisIII.
  25.   oasisIII/oksvr are a client/server relationship.  Together they provide a
  26.   powerful search mechanism for examining keywords, titles, filenames 
  27.   throughout the entire Toolbox tree.
  28.   ----------------------------------------------------------------------------
  29.     oksvr*            server program that feeds its client, oasisIII
  30.     oasisIII*         graphical interface program used for info retrieval
  31.     OasisIII.ad       copy of /usr/lib/X11/app-defaults/OasisIII file
  32.     OasisIII           "   " app-defaults file used inside sifttree script
  33.     oasisIII.README   ascii version of help cards for oasisIII/sifttree
  34.     dist/           + contains oasisIII "book" inst images for the help button
  35.     oasis.fth         |
  36.     oasisadmin        |_
  37.     oasistree         |_>--> data files needed for oasisIII operation
  38.     toolbox/          |
  39.     toolbox.cfg       |
  40.    
  41.     + You will need to install the help book if you wish to access help 
  42.       for oasisIII.  To do so here's what's involved:
  43.  
  44.         % su -
  45.         # inst -f <TOOLBOX_ROOT>/searchtools/dist
  46.         Subsystems available for installation (list installable):
  47.  
  48.             Subsystem                   /     /usr  Description
  49.  
  50.         i   oasisIII.books.help *       0      330+ 
  51.     Disk space summary (512-byte blocks):
  52.  
  53.     Effect of install selections    0+     330+
  54.         Effect of remove selections     0+       0+
  55.     Installation overhead           0+      30+
  56.  
  57.     Net change in blocks            0+     360+
  58.  
  59.  
  60.         Inst> k *
  61.         Inst> i oasisIII.books.help
  62.         Inst> go
  63.         Inst> quit
  64.  
  65.         #
  66.  
  67.       This will install the book.  
  68.  
  69.